home *** CD-ROM | disk | FTP | other *** search
-
-
- Tests how fast the computer can access memory. The test copies
-
- 10 MB of mixed data from one location to another and back.
-
- Openes a new window and does several Quickdraw routines
-
- like scrolling, drawing, filling, scalling of bitmaps and vectors.
-
- This test does integer maths on small and large numbers. This is
-
- useful because most of the CPU's processing time is integer maths.
-
- Tests how fast scientific calculations can be performed at various
-
- accuracy's. Makes extensive use of FPU (if available).
-
- Does sorts (ShellSort), searches (Liniar), linked lists operations,
-
- recursion and measures the speed of how long the processor takes.
-
- This test is composed of two different test. A) How fast the
-
- computer can write small files (16K) and B) Large Files (512K).
-
-